home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000195_news@newsmaster….columbia.edu _Tue Aug 19 11:44:31 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA16047
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 19 Aug 1997 11:44:29 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA07728
  7.     for kermit.misc@watsun; Tue, 19 Aug 1997 11:44:28 -0400 (EDT)
  8. Path: news.columbia.edu!panix!cam-news-hub1.bbnplanet.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!news.maxwell.syr.edu!eerie.fr!oleane!calvacom!not-for-mail
  9. From: do11@calva.net (Dominique Ottello)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: echo command works differently between 3.14 and 3.15
  12. Date: Tue, 19 Aug 1997 15:40:48 GMT
  13. Organization: PCatHome&Me
  14. Lines: 40
  15. Message-ID: <33f9b133.266082@news.calvacom.fr>
  16. Reply-To: do11@calva.net
  17. NNTP-Posting-Host: parb03.calvacom.fr
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=us-ascii
  20. Content-Transfer-Encoding: 7bit
  21. X-Newsreader: Forte Agent 1.5/32.451
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:7503
  23.  
  24. Hello from France.
  25.  
  26. I apologize for my wrong English. I hope you understand me.
  27.  
  28. I think there is a problem with echo command within a take file between
  29. MS-DOS Kermit 3.14 and 3.15 beta 21
  30.  
  31. With MS-DOS Kermit 3.14 both the macro Disp and the echo command will
  32. display "Yes" in green (With ANSI.SYS loaded).
  33.  
  34. With MS-DOS Kermit 3.15 only the macro Disp displays "Yes" in green.
  35. Echo command displays the contents of macro's Ge and No.
  36. ANSI escape sequences are not correctly executed when these sequences are
  37. within a macro inside an echo command.
  38.             (See macro and commands hereunder)
  39.  
  40. ; Displays White  on Blue
  41. assign No \27[0;1;37;44m
  42. ; Displays Green  on Blue
  43. assign Ge \27[0;1;32;44m
  44. assign Disp echo {From Macro Disp : \m(Ge)Yes\m(No)}
  45. Disp
  46. echo {From Echo Command : \m(Ge)Yes\m(No)}
  47.  
  48. Is it a bug or a new feature of 3.15 version ?
  49. I am not able to find any explanations in the MSK315.DOC file.
  50.  
  51. If it is a new feature, it will be very hard to move my applications under
  52. version 3.15 because there are many commands like :
  53.     echo {\27[\m(Line);\m(Column)H\m(Ge)Yes\m(No)}
  54. to put a green "Yes" on defined screen areas
  55.  
  56. Nevertheless I am very interested by version 3.15 with local variables,
  57. declare arrays, minput, switch, \Feval(), for, while, xif, if else and
  58. other improvements.
  59.  
  60.  Best regards,
  61.  
  62.  
  63. == Dominique Ottello == do11@calva.net == Paris == France ==